home *** CD-ROM | disk | FTP | other *** search
- /* WaveTableSizeDialog.h */
-
- #ifndef Included_WaveTableSizeDialog_h
- #define Included_WaveTableSizeDialog_h
-
- /* WaveTableSizeDialog module depends on */
- /* MiscInfo.h */
- /* Audit */
- /* Debug */
- /* Definitions */
- /* RadioButton */
- /* Screen */
- /* WrapTextBox */
- /* Memory */
- /* EventLoop */
- /* SimpleButton */
- /* Menus */
-
- /* ask for a new wave table size. it obeys the power of 2 contraint. */
- long AskForNewWaveTableSize(long CurrentSize);
-
- #endif
-